add

abstract fun add(passwordRecord: PasswordRecord): String

Adds a new record to the password store.

Return

a string indicating the reason for validation failure, or an empty one if the operation succeeds

Since

8.0.0

Parameters

passwordRecord

a new password record

Throws

when the profile is deleted or its engine is closed